@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: #7B7B7B;
}

body div {
    /*overflow: hidden;*/
}

div, ul, li {
    list-style: none;
}

div a {
    color: #7B7B7B;
    text-decoration: none;
}

div a:hover {
    color: #7B7B7B;
    text-decoration: none;
}

div p {
    width: 100%;
    margin: 0;
    padding: 0;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.mt25 {
    margin-top: 2.5rem !important;
}

.mt50 {
    margin-top: 5rem !important;
}

.mb50 {
    margin-bottom: 5rem !important;
}

.mb30 {
    margin-bottom: 3rem !important;
}

.mb20 {
    margin-bottom: 2rem !important;
}

.mt60 {
    margin-top: 6rem !important;
}

.mb40 {
    margin-bottom: 4rem !important;
}

.ml20 {
    margin-left: 2rem !important;
}

.pl30 {
    padding-left: 3rem !important;
}

.pt30 {
    padding-top: 3rem !important;
}

.pb30 {
    padding-bottom: 3rem !important;
}

.pt40 {
    padding-top: 4rem !important;
}

.pb40 {
    padding-bottom: 4rem !important;
}

.pt60 {
    padding-top: 6rem !important;
}

.pb60 {
    padding-bottom: 6rem !important;
}

.white {
    color: #FEFEFE;
}

.container {
    width: 120rem;
    max-width: 120rem;
    padding-left: 0;
    padding-right: 0;
}

.header-box {
    height: 10rem;
}

.header-logo {
    width: 30%;
    color: #07990B;
    font-size: 3rem;
    font-weight: bolder;
    line-height: 10rem;
}

.banner-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.banner-box ul {
    position: absolute;
}

.banner-box ul li {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.banner-box .btnBg {
    position: absolute;
    width: 100%;
    height: 1.5rem;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
}

.banner-box .btn {
    position: absolute;
    width: 100%;
    height: 20px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: center;
}

.banner-box .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 50px;
    height: 8px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.banner-box .btn span.on {
    background: #fff;
}

.banner-box img {
    width: 100%;
}

.btn {
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    line-height: 10rem;
}

.btn a {
    padding: 1rem 2.5rem;
}

.btn a:hover {
    background: #07990B;
    color: #FEFEFE;
    border-radius: 3px 3px 3px 3px;
    transition: background 0.4s ease 0s;
}

.active {
    background: #07990B;
    color: #FEFEFE;
    border-radius: 3px 3px 3px 3px;
}

.active:hover {
    color: #FEFEFE;
    transition: background 0.4s ease 0s;
}

.index-class-title {
    width: 20rem;
    height: 8rem;
    line-height: 8rem;
    border-left: 0.2rem solid #07990B;
    font-size: 3rem;
    text-align: center;
    font-weight: bolder;
    color: #07990B;
    margin-bottom: 0;
}

.index-class-box {
    border: 0.2rem solid #07990B;
    height: 7.6rem;
    width: 45%;
    padding: 1.8rem 1.5rem;
}

.index-class-box a {
    width: 33%;
    height: 3.8rem;
    line-height: 3.8rem;
    display: block;
    float: left;
    text-align: center;
    font-size: 2rem;
    color: #07990B;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-class-font {
    width: 35rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 1.5rem 2rem 0 2rem;
    margin: 0;
}

.index-class-button {
    width: 10rem;
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0;
    border: 0;
    border-radius: 3px 3px 3px 3px;
    margin-top: 1.3rem;
    background: #07990B;
    color: #FEFEFE;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    transition: background 0.4s ease 0s;
}

.index-class-button:hover {
    background: #037006;
    color: #FEFEFE;
    transition: background 0.4s ease 0s;
}

.index-about-button {
    width: 10rem;
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0;
    border: 0;
    border-radius: 3px 3px 3px 3px;
    color: #07990B;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    transition: background 0.4s ease 0s;
}

.index-about-button:hover {
    background: #07990B;
    color: #FEFEFE;
    transition: background 0.4s ease 0s;
}

.index-about-content {
    font-size: 1.6rem;
    line-height: 230%;
}

.index-phone {
    background: url("../images/tel.png") no-repeat 0 0;
    padding-left: 7rem;
    height: 7rem;
    display: block;
}

.index-phone font:first-child {
    font-size: 1.8rem;
    color: #07990B;
    line-height: 115%;
    display: block;
}

.index-phone font:last-child {
    font-size: 3.6rem;
    font-weight: bolder;
    color: #07990B;
    line-height: 115%;
    display: block;
}

.index-pro {
    width: 20rem;
    height: 16rem;
    border: 1px solid #cccccc
}

.index-center {
    width: 35%;
    font-size: 1.8rem;
    border: solid #FEFEFE;
    border-width: 0.2rem 0;
    margin: 0 3rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1rem 0;
}

.index-center-link {
    width: 21.6rem;
    height: 7.4rem;
    line-height: 7.4rem;
    border-radius: 6px 6px 6px 6px;
    transition: background 0.4s ease 0s;
    background: #FEFEFE;
    display: block;
    color: #07990B;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.index-center-link:hover, .left-box a:hover {
    color: #FEFEFE;
    background: #07990B;
    transition: background 0.4s ease 0s;
    border-radius: 3px 3px 3px 3px;
}

.index-news .col-md-4 {
    padding: 0;
}

.index-news h5 {
    width: 8%;
    font-size: 2rem;
    line-height: 130%;
    color: #07990B;
    float: left;
    text-align: center;
}

.index-news div {
    width: 88%;
    float: left;
}

.index-news div img {
    width: 100%;
    height: 25rem;
    border: 0.1rem solid #cccccc;
}

.index-news div a {
    font-size: 2rem;
    font-weight: bold;
    line-height: 140%;
    color: #07990B;
    margin: 1rem 0 0.5rem 0;
    display: block;
}

.index-news div font, .index-news div span {
    display: block;
}

.footer-left h4 {
    font-size: 3rem;
    font-weight: bold;
    color: #07990B;
    padding-bottom: 3rem;
}

.left-box {
    border-color: #E7E7E7;
    border-width: 0.6rem;
    border-style: solid;
    display: block;
    width: 18%;
    padding: 2rem 2rem 6rem 2rem;
}

.left-box h4 {
    font-size: 3rem;
    font-weight: bold;
    color: #07990B;
    width: 85%;
    position: relative;
    top: -4rem;
    text-align: center;
    display: block;
    background: white;
    margin: 0 auto;
}

.left-box a {
    display: block;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 1.6rem;
    color: #07990B;
    border-radius: 3px 3px 3px 3px;
}

.right-box {
    margin-left: 3%;
    width: 78%;
}

.product-box .col-md-4 {
    padding: 0 2% 0 0;
}

.product-box .col-md-4 a {
    padding: 2px;
    width: 100%;
    display: block;
    text-align: center;
}

.product-box .col-md-4 img {
    max-width: 100%;
    max-height: 400px;
}

.product-box .col-md-4 span {
    width: 100%;
    line-height: 4rem;
    text-align: center;
    display: block;
    color: #07990B;
}

.page {
    text-align: center;
    width: 100%;
    margin: 3rem 0;
}

.news-box {
    display: block;
    width: 83%;
}

.news-box span {
    display: block;
}

.news-box span a {
    color: #07990B;
    font-size: 1.8rem;
}

.news-box span a:last-child {
    font-weight: bold;
}

.content-title {
    color: #07990B;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 6rem;
}